Skip to main content

All Questions

1vote
2answers
194views

multirange iterator

I'm doing some boring math with lot of sums over lot of variables. So, instead of nesting for loops I have decided to use something like this: ...
Eugene's user avatar
1vote
2answers
255views

Two permutation iterators for classes in Python with and without a generator

I am just testing out a couple of small classes for learning purposes. Here is my current working code: ...
LucyBen's user avatar

close